home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 4 / MacMania 4.toast / / Tools&Utilities / NoteBooks / to-do-list-101 / Sample Scripts / Scripting ToDo List < prev   
Text File  |  1995-06-02  |  552b  |  13 lines

  1. ToDo List AppleScript Support
  2.  
  3. ToDo List offers AppleScript support with three custom AppleEvents in addition to the standard "required events". 
  4.  
  5. The  custom events are:
  6.  
  7. "SpeakItems document <doc-name>"
  8.  
  9. "SpeakTodaysItems document <doc-name>"
  10.  
  11. "count each document"
  12.  
  13. Two sample scripts are included to show you how you might use these new events to get ToDo List to read a list of items.  Since AppleScripts can be placed in your Startup Items folder, you can place a script there that will run ToDo List, open some documents and speak today's items.